
rcompsn(n, xi, Omega, alpha, dp = NULL, type = "alr")
Azzalini, A. and Capitanio, A. (1999). Statistical applications of the multivariate skew normal distribution. J.Roy.Statist.Soc. B, 61(3):579-602. Full-length version available at http://arXiv.org/abs/0911.2093
Aitchison J. (1986). The statistical analysis of compositional data. Chapman & Hall.
comp.den, rdiri, rcompnorm, rmvt
x <- as.matrix(iris[, 1:2])
par <- sn::msn.mle(y = x)$dp
y <- rcompsn(100, dp = par)
comp.den(y, dist = "skewnorm")
ternary(y)
Run the code above in your browser using DataLab